From df041664cd081fe815debf3bf5ed7cb21f06aa1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 23 Aug 2005 07:50:58 +0000 Subject: [PATCH] updating webdocs --- ChangeLog | 4 ++++ docs/index-static.html.in | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index c85c614..18652ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-23 Øyvind Kolås + + * docs/index-static.html.in: update webdocs. + 2005-08-23 Øyvind Kolås * babl/babl-instance.h: babl_class_name is moved to babl-classes.h diff --git a/docs/index-static.html.in b/docs/index-static.html.in index b95a8b8..778b781 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -72,6 +72,7 @@ to specify and convert between linear and planar buffers as provided for by registered data types and color models. +
  • Thread safety for processing.
  • Horizontal an vertical subsampling (for implementing 4:2:2 4:2:0 4:1:1 etc. chroma subsampling)
  • Accurate (hopefully) reference data types and color models implemented using @@ -189,6 +190,8 @@ babl_destroy (); /* deinitialize babl library */
  • Subsampling support
  • Mixed BablTypes in BablPixelFormats
  • Support for datatypes that are not a multiple of 8bit.
  • +
  • Ref-counting for BablImages
  • +
  • Thread safety for mutations of the type system.